Developer Documentation

QuickTime 4 API Documentation
QuickTime Music Architecture

| Previous | Chapter Contents | Chapter Top | Next |

Controller Range

These constants specify the maximum and minimum values for controllers.

enum {
    kControllerMaximum      = 0x7FFF,
    kControllerMinimum      = 0x8000
};

Constant descriptions

kControllerMaximum
The maximum value a controller can be set to.

kControllerMinimum
The minimum value a controller can be set to.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |